home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / PointHack / PointHack.readme < prev    next >
Text File  |  1996-09-26  |  943b  |  44 lines

  1. Short: Changes pointer colour on mouse click
  2. Type: os20/cdity
  3. Uploader: mpaddock@cix.compulink.co.uk
  4.  
  5. PointHack is a commodity which changes the colour of the
  6. mouse pointer to a user defined palette on single and
  7. double mouse clicks.
  8.  
  9. Note: it requires V38 of commodities.library.
  10.  
  11. Note: also it probably requires an accelerated machine
  12. to work properly.
  13.  
  14. Just run from WBStartup or Workbench.
  15.  
  16. It takes the following parameters (with defaults)
  17.  
  18. CX_PRIORITY=0 - Commodities priority
  19. DONOTWAIT     - To run from WBStartup
  20. R1=0 \
  21. G1=0  |- RGB colours for colour 1 on single click
  22. B1=0 /   values 0 to 15
  23. R2=0 \
  24. G2=0  |- Colour 2
  25. B2=0 /
  26. R3=0 \
  27. G3=0  |- Colour 3
  28. B3=0 /
  29. DR0=15 \
  30. DG0=15  |- RGB colours for colour 1 on double click
  31. DB0=15 /
  32. DR1=15 \
  33. DG1=15  |- Colour 2
  34. DB1=15 /
  35. DR2=15 \
  36. DG2=15  |- Colour 3
  37. DB2=15 /
  38.  
  39. From an idea by Chad Freeman - cjfst4+@pitt.edu.
  40.  
  41. PointHack is freely distributable.
  42.  
  43. Mark Paddock - mpaddock@cix.compulink.co.uk
  44.